home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / eb.cst / 00115_Script_voicvid < prev    next >
Text File  |  1999-09-22  |  1KB  |  38 lines

  1. on mousedown
  2.   global name, cspname,cspchannel, gvolume
  3.   set the movieRate of sprite 105 to 0
  4.   set the membernum of sprite  cspchannel to the number of member cspname of castlib "eb.cst"
  5.   set name to the name of member(the member of sprite the clickon)
  6.   set rr to "r"& name
  7.   set the membernum of sprite the clickon to the number of member rr of castlib "eb.cst"
  8.   global gloson
  9.   global cspname
  10.   set yy to chars(cspname,1,1)
  11.   if (gloson=1) or (the visible of window "gloss") then
  12.     set the memberNum of sprite 115 to the number of member (yy&"glos") of castLib "eb.cst"
  13.     endNewMovie
  14.   end if
  15.   if the visible of sprite 106 then
  16.     set the visible of sprite 106 to false
  17.     set the visible of sprite 107 to false
  18.     set the visible of sprite 108 to false
  19.     set zz to the name of member (the memberNum of sprite 117)
  20.     set yx to chars(zz,2,6)
  21.     set the memberNum of sprite 117 to the number of member yx of castlib "eb.cst"
  22.   end if
  23.   updatestage
  24.   --  if gvolume = 0 then
  25.   --    set soundLevel to 0
  26.   --    set the volume of sound 1 to 0
  27.   --    set the volume of sound 2 to 0
  28.   --  end if
  29.   
  30.   checkvol yy
  31.   set the visible of sprite 105 to false
  32.   updateStage
  33.   set the visible of sprite 105 to true
  34.   updateStage
  35.   sound stop 2
  36.   
  37.   go to frame "video"
  38. end